home *** CD-ROM | disk | FTP | other *** search
- /*
- * Error Messages
- */
- /* Err_OPEN */
- "Can't open file";
-
- /* Err_FORMAT */
- "Illegal image format";
-
- /* Err_MEMORY */
- "Can't get working memory";
-
- /* Err_SHORT */
- "Encountered unexpected EOF";
-
- /* Err_ILLG */
- "Illegal information included";
-
- /* Err_IMPLEMENT */
- "Unsupported image format";
-
- /* Err_SAVE */
- "Can't write into file";
-
- /* Err_SAV_IMPL */
- "Can't save this format";
-
- /* Err_EPS_IMPL */
- "Can't apply to EPS";
-
- /* Err_NOFILE */
- "There is no file";
-
- /* ERROR */
- "ERROR";
-
- /*
- * Color Reduction Messages
- */
- /* BMP_Reduction */
- "Reduce Color?" = "This image has more than 256 colors. Do you want to reduce colors to 256 ?";
-
- /* BMP_Leave */
- "Leave" = "Leave as it is";
-
- /* BMP_Reduce */
- "Reduce" = "Reduce Colors";
-
- /* GIF_Reduction */
- "Reduction Start" = "This image has more than 256 colors. Colors are reduced to 256.";
-
- /* Background Window */
- "Bring to Front";
- "Send to Back";
-